home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-05 / nds110.zip / README.DOC < prev    next >
Text File  |  1992-06-03  |  3KB  |  52 lines

  1. Network Directory Sort, Version 1.10
  2.  
  3. Command line options:
  4. --------------------
  5. In addition to the command line sort options (start the program with 
  6. the help option "/?" for a description), the following options are 
  7. available to control how the full-screen interface is started.
  8.  
  9. /NOMOUSE - suppress the mouse support. This allows the program to
  10.            start considerably faster, since the mouse driver does
  11.            not have to be checked for or reinitialized.
  12.  
  13. /MONO    - use only black and white colors. This is useful if you are
  14.            using a laptop with an LCD or plasma display, or a black
  15.            and white EGA or VGA monitor. The video adapters for these
  16.            displays identify them to the program as color displays.
  17.            This option is not necessary if you actually have a true
  18.            MDA (monochrome) display - the program will detect this.
  19.  
  20. /25      - use 25 screen lines (all video adapters)
  21. /28      - use 28 screen lines (VGA adapters only)
  22. /43      - use 43 screen lines (EGA or VGA adapters)
  23. /50      - use 50 screen lines (VGA adapters only)
  24.  
  25.            Increasing the number of screen lines makes it possible to
  26.            view more file entries at the same time.
  27.  
  28.            Note! Take care not to start the program with a screen
  29.            line option which your video adapter does not support.
  30.            Since the program does not check for this, the results are
  31.            unpredictable! (In case you are wondering WHY the program
  32.            does not check for this: by not including this test code,
  33.            the program could be linked without graphics libraries,
  34.            which reduced its size by about 50%, in turn allowing it
  35.            to load faster, and run with less memory.)
  36.  
  37. Full-screen interface:
  38. ---------------------
  39. The three numbers shown at the top left-hand corner of the screen
  40. while the full-screen interface is displayed are, respectively: the
  41. total amount of free dynamic memory remaining; the amount of free
  42. dynamic memory which is fragmented; and the program stack remaining,
  43. all given in bytes. If the first number (total free memory) is zero
  44. or close to it, there may not be enough memory for the program to
  45. read in all the file entries. The program will run correctly, but
  46. only a partial sort can be performed. The second number will usually
  47. be zero and is not important. If the third number (program stack)
  48. reaches zero, something is drastically wrong and you can be assured
  49. that the program will not run right; if fact, it will probably crash
  50. the computer, and even if it doesn't, your memory is probably
  51. corrupted and you should reboot anyway. (This should never happen.)
  52.